{% extends "base.html" %} {% block title %}Тесты{% endblock %} {% block content %}
| Название | Описание | Создан | Вопросов | Время (мин) | Активен | |
|---|---|---|---|---|---|---|
| {{ test.title }} | {{ test.description|truncate(60, True) if test.description else '' }} | {{ test.created_at.strftime('%d.%m.%Y') }} | {{ test.questions|length }} | {{ test.time_limit_minutes or '—' }} | {% if test.is_active %} да {% else %} нет {% endif %} |
Тесты не созданы.
{% endif %}